home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 24
/
AACD 24.iso
/
AACD
/
Information
/
WebSites
/
Eyetech
/
DOWNLOAD
/
EZMOU004.DMS
/
EZMOU004.adf
/
Install
< prev
next >
Wrap
Text File
|
2000-08-24
|
2KB
|
64 lines
; Eyetech EZMouse setup utility.
; This installer © Copyright 2000 Eyetech Group Ltd
failat 21
alias clear "echo *"*E[0;0H*E[J*" noline"
echo "Welcome to the Eyetech EZMouse setup utility."
echo ""
echo "This installer will install the EZMouse"
echo "software into the SYS:EZMouse/ directory. It"
echo "will also place the WheelDriver and FreeWheel"
echo "programs into the SYS:WBStartup/ directory."
echo ""
ask "Continue (y/n)?"
if not warn
echo ""
echo "Exiting.."
quit
endif
clear
echo "Installing.. Please Wait"
if exists SYS:EZMouse
delete SYS:EZMouse all quiet
endif
makedir SYS:EZMouse
copy files/WheelDriver SYS:EZMouse
copy files/WheelDriver.info SYS:EZMouse
copy files/FreeWheel SYS:EZMouse
copy files/FreeWheel.info SYS:EZMouse
copy files/FreeWheel.guide SYS:EZMouse
copy files/FreeWheel.guide.info SYS:EZMouse
copy SYS:EZMouse/WheelDriver SYS:WBStartup
copy SYS:EZMouse/WheelDriver.info SYS:WBStartup
copy SYS:EZMouse/FreeWheel SYS:WBStartup
copy SYS:EZMouse/FreeWheel.info SYS:WBStartup
clear
echo "The software is now installed."
echo ""
echo "The installer will now let you configure the"
echo "FreeWheel program for your needs. You can find"
echo "out what all the configuration options mean by"
echo "double-clicking the *"Readme*" file on this disk."
echo ""
echo "Simply change the settings you need, and click"
echo "the save button, then the hide button (both on"
echo "the main FreeWheel window)."
echo ""
ask "Press return"
run >nil: SYS:WBStartup/WheelDriver
run >nil: SYS:WBStartup/FreeWheel
run >nil: SYS:WBStartup/FreeWheel
clear
echo "When you have done that, you can use your"
echo "mouse wheel however you have configured it."
echo ""
echo "If you ever wish to reconfigure FreeWheel,"
echo "simply run it for a second time from your"
echo "WBStartup drawer (in your boot partition)."
echo ""
echo "Thankyou for purchasing this Amiga product"
echo "from Eyetech!"
echo ""
ask "Press return"
clear
echo "Exiting.."